home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / sviluppo / svilupp2 / mccmltxt.rdm < prev    next >
Text File  |  1997-01-18  |  3KB  |  99 lines

  1. Short:        Custom Class for Messagetexts (v2.2)
  2. Author:       Olaf Peters <olf@informatik.uni-bremen.de>
  3. Uploader:     Olaf Peters <olf@informatik.uni-bremen.de>
  4. Version:      2.2 (19.11.96)
  5. Type:         dev/mui
  6. Kurz:         Customclass für Nachrichtentexte (v2.2)
  7. Needs:        mui36usr.lha
  8. Replaces:     dev/mui/MCC_Mailtext.lha
  9. Distribution: NoCD
  10.  
  11. --------------------------------------------------------------------------
  12. IMPORTANT NOTE:
  13.  
  14. This package must not be included on any further Aminet CD-ROMs as long as
  15. authors contributing their software to the CD-ROM by not specifying the
  16. "NoCD" distribution are not granted a copy of the CD *completely free of
  17. charge*.
  18.  
  19. The Meeting Pearls IV CD-ROM shows that a Freebie policy is also possible
  20. with "very-low-budget" CD-ROMs (*), so Aminet should quickly re-establish
  21. its Freebie policy as practised up to Aminet CD 13.
  22.  
  23. sig. Olaf Peters
  24.  
  25. (*) suggested retail price for MP4 is DM 14,95/US$ 12/£ 8.95.
  26. --------------------------------------------------------------------------
  27.  
  28. The Mailtext package (consisting of the class Mailtext.mcc and the MUI-3
  29. prefs-plugin Mailtext.mcp) may be used as a substitution for MUI's
  30. Floattext class to handle font attributes in electronic messages, i.e.
  31. *bold*, /italics/, _underline_ and #coloured#. If it finds these
  32. attributes, the text between them will be displayed with this attribute.
  33.  
  34. Mailtext may also highlight quoted textpassages introduced by a given set
  35. of quotecharacters.
  36.  
  37. Mailtext works with muimaster.library v17 (MUI v3.6) and above.
  38.  
  39. The Mailtext package is written and © 1996 by Olaf Peters and may be freely
  40. distributed.
  41.  
  42. Developer's info is ONLY available on request from the author, Olaf Peters.
  43.  
  44. =============
  45. Release Notes
  46. =============
  47.  
  48. v2.2 (19.11.96, Mailtext.mcc v17.70, Mailtext.mcp v17.54)
  49.  
  50. * should handle i.e. Unix paths (i.e. /home/users/olf/) in messages a
  51.     little smarter now. With previous versions, that example would have
  52.     been printed in italics, now no attribute will be set.
  53.  
  54. * switched from mccheader.c to MCCLib.c (thanks to Kai Hofmann, great
  55.     work!)
  56.  
  57. * version for MC68020 (and above) included.
  58.  
  59. * fixed some bugs in Mailtext.mcp that could occur in low-memory
  60.     situations.
  61.  
  62. ---
  63.  
  64. v2.1 (10.11.96, Mailtext.mcc v17.58, Mailtext.mcp v17.40)
  65.  
  66. * when attribute parsing has been disabled (by matching the disable
  67.     pattern), no text was copied at all, resulting in i.e. lost signatures.
  68.  
  69. * now using MCC-Install 43.4
  70.  
  71. * compiled with SAS/C 6.57
  72.  
  73. * polish catalog, thanks to Marcin Orlowski.
  74.  
  75. ---
  76.  
  77. v2.0 (2.11.96, Mailtext.mcc v17.41, Mailtext.mcp v17.28)
  78.  
  79. * ported Mailtext from Modula-2 to C:
  80.  
  81.      - Mailtext now completely complies with the guidelines for
  82.        MUI Custom Classes
  83.  
  84.      - now needs MUI 3.6, support for older MUI versions has
  85.        been removed.
  86.  
  87.      - the classes are app. 50% smaller.
  88.  
  89.      - compiled with SAS/C 6.56.
  90.  
  91. * API did *not* change. No need to request a new developer
  92.   package.
  93.  
  94. ---
  95.  
  96. v1.0 (5.6.96, Mailtext.mcc v10.196, Mailtext.mcp v14.2)
  97.  
  98. * initial
  99.